
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}body {
    background-image:url(Images/6851c5ce0cff640ac15f4cbd4b67f913.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
}

#container {
    display: grid;
    grid-template-areas:
        "header header header header"
        "name name name name"
        "info info info3 info3"
        "info4 info4 info2 info2"
        "footer footer footer footer"; 
    gap: 25px;
    grid-template-rows: auto 1fr 1fr 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100vh;
}
.header { 
    grid-area: header; 
    display: flex;
    justify-content: center;
    gap: 50px;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: xx-large;
    color: rgb(66, 77, 109);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding:10px;
}
.name { 
    grid-area: name;
    text-align: center;
    border-radius: 5px;
    margin-left: 25px;
    font-size: 500%;
    color: rgb(255, 255, 255);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 10px;
}
.info { 
    grid-area: info;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 5px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 300%;
    color: rgb(66, 77, 109);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-right: 25px;
  padding:10px;
}
.info2 { 
    grid-area: info2;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 5px;
    margin-right: 25px;
    font-size: 300%;
    color: rgb(66, 77, 109);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding:10px;
}
.info3 { 
    grid-area: info3;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 5px;
    margin-right: 25px;
    font-size: 300%;
    color: rgb(66, 77, 109);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding:10px;
}
.info4 { 
    grid-area: info4;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 5px;
    margin-right: 25px;
    font-size: 300%;
    color: rgb(66, 77, 109);
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    margin-left: 25px;
  font-weight: 400;
  font-style: normal;
  padding:10px;
}
.footer {
    grid-area: footer;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 10px;
    font-size: large;
    color: rgb(66, 77, 109);
    font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.caveat-.info2 {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.smooch-sans-.footer {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a:link {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(66, 77, 109);
  background-color: transparent;
  text-decoration: underline;
}
video {
  border-radius: 5px;
}
@media screen and (min-width: 1024px){
    #container {
      grid-template-areas:
        "header header header header"
        "name name name name"
        "info info info3 info3"
        "info4 info4 info2 info2"
        "footer footer footer footer";  
    }
    video {
      height: 300;
    }
}
@media screen and (min-width: 411px) and (max-width: 1023px){
    #container {
      grid-template-areas:
        "header header header header"
        "name name name name"
        "info info info3 info3"
        "info4 info4 info2 info2"
        "footer footer footer footer"; 
        height: 100vh;
    }
    body {
      background-image: none;
      background-color: rgb(135, 74, 170);
    }
    video {
      height: 150px;
    }
}
@media screen and (min-width: 0px) and (max-width: 410px) {
    #container{
        grid-template-areas:
        "header header header header"
        "name name name name"
        "info info info info"
        "info3 info3 info3 info3"
        "info2 info2 info2 info2"
        "info4 info4 info4 info4"
        "footer footer footer footer"; 
        height: 100vh;
    }
    body {
      background-image: none;
      background-color: rgb(135, 74, 170);
      font-size: x-small;
    }
    img {
      display: none;
    }
    video {
      height: 100px;
    }
    .header {
      font-size: small;
    }
}